|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
Variables | |
| uint16_t * | ptr = 0 |
| uint16_t | Data =0 |
| void main | ( | void | ) |
Definition at line 63 of file mpu_ex1_threeSeg.c.
References __delay_cycles(), Data, MPU_enablePUCOnViolation(), MPU_initThreeSegments(), MPU_start(), param, and ptr.
| uint16_t Data =0 |
Definition at line 61 of file mpu_ex1_threeSeg.c.
Referenced by main().
| uint16_t* ptr = 0 |
MSP430FR57x Demo - MPU Write protection violation - PUC
Description: The MPU segment boundaries are defined by: Border 1 = 0xCA00 [segment #: 5] Border 2 = 0xD000 [segment #: 8] Segment 1 = 0xC200 - 0xC9FF Segment 2 = 0xCA00 - 0xCFFF Segment 3 = 0xD000 - 0xFFFF Segment 2 is write protected. Any write to an address in the segment 2 range causes a PUC. The LEDs toggles due to repeated PUCs. A delay is included so the debugger can gain access via JTAG.
ACLK = n/a, MCLK = SMCLK = TACLK = default DCO = ~625 KHz
MSP430FR5739 ---------------
| / | | |
|---|---|
| – | RST |
| | | P1.0|-->LED | P3.5|-->LED
Definition at line 60 of file mpu_ex1_threeSeg.c.
Referenced by main().